/*
Theme Name: Showalter Child Theme
Description: Child theme for the Twenty Ten theme 
Author: Brad Hepp
Template: twentyten
*/

@import url("../twentyten/style.css");

#site-title a {
    color: #009900;
}

#site-title {
    display: none;
}
#site-description {
    display: none;
}
body {
	background: url("images/mediterraneanbackground.jpg") repeat-x scroll center top #000000;
	margin: 0;
	padding: 0;
}	
#bodyoverlay {
	background: url("images/mediterraneanoverlay.png") no-repeat scroll center top transparent; 
	margin: 0;
	padding: 0;
}
#branding img {
	border-top: 0 solid #000000;
	border-bottom: 0px solid #000000;
}
#site-generator {
	display: none;
}
#site-info {
    font-weight: bold;
	color: #000000;
}
#wrapper {
	padding: 0px;
	margin-top: 0;
}
#header {
	padding: 0px;
}
#colophon {
	border-top: 1px solid #000000;
	padding: 18px 20px;
}
#content {
	min-height: 350px;
}

.one-column #content {
	margin: 0 auto;
	width: 900px
}
#access .menu-header, div.menu {
    font-size: 17px;
    margin-left: 12px;
    width: 928px;
}
html { min-height: 1081px; margin-bottom: 1px; } /* I added this to keep pages from shifting left, right */